Hotspot description ...
static Hotspot GetAtScreenXY(int x, int y)
Returns the hotspot at the specified location.
int GetBinaryProperty(string property)
Gets a binary integer Custom Property for this hotspot (0 or 1).
LooseInteger GetIntegerProperty(string property)
Gets an integer Custom Property for this hotspot.
string GetTextProperty(string property)
Gets a text Custom Property for this hotspot.
void RunInteraction(CursorMode cursorMode)
Runs the specified event handler for this hotspot.
void SetBinaryProperty(string property, int value)
Sets a binary integer Custom Property for this hotspot.
void SetBoolProperty(string property, bool value)
Sets a bool Custom Property for this hotspot.
void SetIntegerProperty(string property, int value)
Sets an integer Custom Property for this hotspot.